home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / systems / mac / euro-oztex / EOT2.1#2.sea.bin / PS-files / no-test-page.ps < prev    next >
Text File  |  1989-09-01  |  309b  |  12 lines

  1. %!
  2. % Turn off test page printed by LaserWriter when turned on.
  3.  
  4. serverdict begin 0 exitserver
  5. statusdict begin
  6.    false setdostartpage    % change to true to restore test page
  7.    dostartpage
  8.    { (Test page will be printed.\r) print flush }
  9.    { (Test page will NOT be printed.\r) print flush }
  10.    ifelse
  11. end
  12.